type go/types.action

5 uses

	go/types (current package)
		check.go#L128: type action struct {
		check.go#L136: func (a *action) describef(pos positioner, format string, args ...any) {
		check.go#L192: 	delayed  []action              // stack of delayed action segments; segments are processed in FIFO order
		check.go#L259: func (check *Checker) later(f func()) *action {
		check.go#L261: 	check.delayed = append(check.delayed, action{version: check.version, f: f})